DrawImage(Int32,Int32,Int32[],Rect,Rect) Method
In This Topic
Draws the specified ARGB pixels at the specified location, clipping the output to the given clipping rectangle.
Syntax
Parameters
- width
- The width of thne image in pixels.
- height
- The height of thne image in pixels.
- pixels
- The ARGB color array.
- rc
- Windows.Foundation.Rect structure that specifies the location of the drawn image, in points from the top left corner of the page.
- rcClip
- Windows.Foundation.Rect structure that specifies a clipping rectangle on the page. No part of the image is drawn outside the clipping rectangle.
See Also